home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d15 / mewin.arc / TABLE.CMD < prev    next >
OS/2 REXX Batch file  |  1991-03-12  |  219b  |  9 lines

  1.     set %letter "A"
  2.  
  3.     !while ¬ &sgr %letter "Z"
  4.         insert-string &cat &cat "FN" %letter " = "
  5.         insert-string &cat &bind &cat "FN" %letter "~n"
  6.         update-screen
  7.         set %letter &chr &add &ascii %letter 1
  8.     !endwhile
  9.